home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
gfx
/
edit
/
TSMrph23s.lha
/
TSM23s.lha
/
brush
/
Goto.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-05
|
668b
|
60 lines
#include <intuition/intuition.h>
/* Iff2Src conversion: dh0:tsm/brushes/Goto.brush */
static UWORD __chip goto_data[60] = // note twice the actual size
{
/* Plane 0 */
0x0000,
0x0001,
0x1FF9,
0x1009,
0x13C9,
0x1669,
0x1069,
0x10C9,
0x1189,
0x1009,
0x1189,
0x1009,
0x1FF9,
0x0001,
0x7FFF,
/* Plane 1 */
0xFFFF,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000
};
struct Image goto_im =
{
0,0,
16,15,
2,
&goto_data[0],
0x03,0x0,
NULL
};
struct Image goto_imx =
{
0,0,
16,15,
2,
&goto_data[30],
0x03,0x0,
NULL
};